home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Directorty Opus 5 - Magellan 2
/
Opus 5 - Magellan 2.iso
/
Extras
/
D51_NUSource
/
Source
/
DOpusFuncs
/
ClipEntry.s
next >
Wrap
Text File
|
1995-09-09
|
784b
|
20 lines
***************************************************************************************
* ClipEntry subroutine for DOpusFuncs.s *
***************************************************************************************
ClipEntry
Tst.l ClipEntry_KM(a5)
Bne.s ClipEntry_DoIt
RTS
ClipEntry_DoIt
;-------------------------------------------------------------------------------------;
Lea Buffer1(a5),a1 Buffer to write into.
Move.l #Buffer1Len,d7 Length of buffer.
Move.l ClipEntry_KM(a5),a2 Array of strings.
Bsr JoinArray Join the array of strings into the buffer.
Lea Buffer1(a5),a0 Buffer to a0 for NullLen
Move.l a0,a1 Buffer to a1 for WriteToClip
Bsr NullLen Length to d0 for WriteToClip
Bra WriteToClip Write it to the clipboard.
;;;;;;; RTS for us.